remove C++ comment, reported by Dan McNichol
authorHavoc Pennington <hp@redhat.com>
Mon, 4 Jun 2001 20:33:37 +0000 (20:33 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 4 Jun 2001 20:33:37 +0000 (20:33 +0000)
2001-06-04  Havoc Pennington  <hp@redhat.com>

* gdk-pixbuf-xlibrgb.c (xlib_rgb_init): remove C++ comment,
reported by Dan McNichol

contrib/gdk-pixbuf-xlib/ChangeLog
contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c

index 697b49c28ea070e1ec030b94ed14f1b5b63a9eaa..c6cc55fd587e755e1127ce4df3803cf5536bb180 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-04  Havoc Pennington  <hp@redhat.com>
+
+       * gdk-pixbuf-xlibrgb.c (xlib_rgb_init): remove C++ comment,
+       reported by Dan McNichol
+
 Mon Jan  8 11:41:41 2001  Owen Taylor  <otaylor@redhat.com>
 
        * Makefile.am (INCLUDES): Add @x_cflags@ (#36310)
index 97e6d71fa2fe7891fad827db5843e95080965b4a..da70d703b2c952b4ab4a8d53b6cab4801b204dce 100644 (file)
@@ -730,7 +730,7 @@ xlib_rgb_set_gray_cmap (Colormap cmap)
 void
 xlib_rgb_init (Display *display, Screen *screen)
 {
-  int prefDepth = -1;            // let the function do the visual scoring
+  int prefDepth = -1;            /*  let the function do the visual scoring */
   xlib_rgb_init_with_depth(display, screen, prefDepth);
 }